Input / Output

Input

Output

Parameters

Geometries : retrieval & cleaning

1. From GPS

1.1. Extraction from .gpx files into a GeoDataFrame

1.2. Cleaning polygons

2. From ODK (tablet) - cropland

2.1. Read polygons from shapefile obtain with QGIS plugin

2.2. Cleaning polygons

3. From ODK (tablet) - non cropland

3.1. Extraction from CSV file into a GeoDataFrame

3.2. Cleaning points

Load cropland data

1. From GPS

1.1. Extract GPS data

1.2. Clean GPS data

2. From ODK

2.1. Extract ODK data

Merge geometries with crop information

0. Load LUT

1. GPS polygons & GPS database & ODK database

2. ODK polygons & LUT cropland

3. ODK points & LUT non-cropland

Concatenate ODK polygons / ODK points / GPS

Interactive plot with folium

https://leafletjs.com/reference-1.6.0.html#path-option

https://python-visualization.github.io/folium/quickstart.html

https://geopandas.org/gallery/polygon_plotting_with_folium.html

https://bikeshbade.com.np/tutorials/Detail/?title=Beginner+guide+to+python+Folium+module+to+integrate+google+earth+engine&code=8

https://nbviewer.org/github/python-visualization/folium/blob/master/examples/ImageOverlay.ipynb